GoXam for WPF v3
FindVertex Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork<V,E,Y> Class
: FindVertex Method
Returns the
GenericNetwork.Vertex<V,E,Y>
which was constructed for the
Northwoods.GoXam.Node
.
Syntax
C#
public
V
FindVertex(
Node
node
)
Parameters
node
Return Value
Returns the network
GenericNetwork.Vertex<V,E,Y>
associated with the
Northwoods.GoXam.Node
, or null if no such vertex exists.
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members